C1.Silverlight.Olap.5
ToList Method

Creates a System.Collections.Generic.List`1 from this collection.
Syntax
'Declaration
 
Public Function ToList() As System.Collections.Generic.List(Of T)
public System.Collections.Generic.List<T> ToList()

Return Value

A System.Collections.Generic.List`1 that contains the objects in this collection.
See Also

Reference

ValueSet<T> Class
ValueSet<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.